Login Component Properties
- Component Name
- Layout Options > Show Options
- Login Properties
- Layout Options > Style Name
- Messages > Login Information Missing
- Messages > Login Failed
- Messages > User ID Required
- Messages > User ID Validation Error Message
- Messages > Password Validation Error Message
- Messages > Password Expired
- Messages > Locked Out - Exceeded Allowed Attempts
- Messages > Undefined Error
- Change Password
- Messages > Password Changed Succeeded
- Layout Options > Style Name
- Messages > Password Change Failed
- Messages > Password Restrict Reuse
- Lost Info
- Layout Options > Style Name
- Messages > Email Validation Error Message
- Message > Required Values Missing
- Message > Single Use Password Notice
- Message > Request Failed
- Message > Display User Id Title
- Message > Display Password Title
Description
Covers component names, login properties, change password, lost info
The original Login Component is a legacy component. We strongly recommend using the Login UX Component instead to create a Login form. The SecurityFramework-LoginComponent UX template can also be used as a replacement for the Legacy Login Component.
The Legacy Login Component is not available in Alpha Anywhere Community Edition.
Component Name
The name of the stored component.
tmpl.ComponentName as C
Layout Options > Show Options
Defines how to present the Change Password control. Options include:
"No Links"
"Show as Links"
"Show as Buttons"
tmpl.login.link_type as C
Login Properties
Layout Options > Style Name
The Cascading Style Sheet applied to the Login dialog.
tmpl.login.style_name as C
Messages > Login Information Missing
The message to show if some or all required login information is missing.
tmpl.MsgIncomplete as C
Messages > Login Failed
The message to show if a login fails.
tmpl.MsgFailed as C
Messages > User ID Required
The message to show if the user did not enter a User ID and selected to change his or her password.
tmpl.MsgUserIdRequired as C
Messages > User ID Validation Error Message
The message to display if the user ID does not match the validation requirements. This will override any message defined in the Security Settings dialog. Leave this message blank to use the message defined in the Security Settings dialog.
tmpl.MsgUserIdFormatError as C
Messages > Password Validation Error Message
The message to display if the password does not match the validation requirements. This will override any message defined in the Security Settings dialog. Leave this message blank to use the message defined in the Security Settings dialog.
tmpl.MsgPasswordFormatError as C
Messages > Password Expired
The message to display if the user's password has expired.
tmpl.MsgPasswordExpired as C
Messages > Locked Out - Exceeded Allowed Attempts
The message to display if the user is locked out because of too many failed login attempts. This will override any message defined in the Security Settings dialog. Leave this message blank to use the message defined in the Security Settings dialog.
tmpl.MsgLockedOut as C
Messages > Undefined Error
The message to display if any undefined error occurs.
tmpl.MsgUnknownError as C
Change Password
Messages > Password Changed Succeeded
The message to display when a password changed request succeeds.
tmpl.MsgChangePassed as C
Layout Options > Style Name
The Cascading Style Sheet applied to the Change Password dialog.
tmpl.chgpass.style_name as C
Messages > Password Change Failed
The message to display when a password changed request fails.
tmpl.MsgChangeFailed as C
Messages > Password Restrict Reuse
The message to display when the entered password cannot be used because it is in the restricted list.
tmpl.MsgPasswordRestrictReuse as C
Lost Info
Layout Options > Style Name
The Cascading Style Sheet applied to the Lost Password dialog.
tmpl.Lostpass.style_name as C
Messages > Email Validation Error Message
The message to show a user if the email value is not a valid email address.
tmpl.MsgVerifyEmailFormatError as C
Message > Required Values Missing
The message to show a user if a required value is missing.
tmpl.MsgVerifyUserInfoMissing as C
Message > Single Use Password Notice
The message to show a user if this is a single use password.
tmpl.MsgSingleUsePassword as C
Message > Request Failed
The message to show a user if a password request failed for any reason.
tmpl.MsgRequestFailed as C
Message > Display User Id Title
The title to show before the User ID if a lost User ID is shown on the screen.
tmpl.MsgShowUserId as C
Message > Display Password Title
The title to show before the Password if a lost password is shown on the screen.
tmpl.MsgShowPassword as C
Limitations
Web publishing applications only.
See Also